/*站点默认css*/
html {
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
body, div, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, ol, img, table, tr, td, form, input, strong, button, textarea, select, option, a {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft Yahei', arial;
	outline: none;
	font-size: 14px;
	color: #333333;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
a, a:active {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
}
a:focus {
	outline: none!important;
	-moz-outline: none!important;
}
ul, dl, li, dd, dt, ol {
	list-style: none;
}
select, img {
	vertical-align: middle;
	outline: none;
}
input {
	outline: none;
}
input[type="submit"], input[type="button"], input[type="text"], button {
	-webkit-appearance: none;
}
input, button {
	border: 0;
	background: none
}
button:focus, input:focus {
	outline: none;
}
body {
	-webkit-text-size-adjust: none;
	color: #555;
	width: 100%;
	background-color: #fff;
}
img {
	max-width: 100%;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	border: none;
}
.ov_h {
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.dis_n {
	display: none;
}
.wz_hits {
	display: none;
}
.mar_t_30 {
	margin-top: 30px!important;
}
.mar_t_50 {
	margin-top: 50px!important;
}
.mar_t_60 {
	margin-top: 60px!important;
}
.mar_t_80 {
	margin-top: 80px!important;
}
.mar_b_30 {
	margin-bottom: 30px!important;
}
.mar_b_50 {
	margin-bottom: 50px!important;
}
.mar_b_60 {
	margin-bottom: 60px!important;
}
.mar_b_80 {
	margin-bottom: 80px!important;
}
.wid {
	margin: 0 auto;
	width: 90%;
}
.con_tl {
	min-height: 230px;
	box-shadow: 0px 0px 20px 0px #f0f0f0;
	padding: 50px 40px;
	padding-bottom: 80px;
}
/* 二级页面banner样式 */
.banner_mk {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: -1;
}
.banner_mk img {
	width: 100%;
}
.banner_mk h3 {
	position: absolute;
	top: 55%;
	left: 50%;
	font-size: 32px;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
	color: #fff;
	font-weight: 600;
}
/*当前位置css*/
.dqwz {
	line-height: 2;
	font-size: 0.25rem;
}
.dqwz a {
	line-height: 2;
	font-size: 0.25rem;
	color: #333333;
}
.dqwz a:last-child {
	color: #787e7b;
}
/*文字新闻列表css*/
.news_text_mk ul li {
	line-height: 4;
	border-bottom: 1px #ebebeb solid;
	padding: 0 30px;
	display: flex;
}
.news_text_mk ul li:hover {
	border-bottom: 1px #e60012 solid;
	background: #fff6f6;
}
.news_text_mk ul li a {
	font-size: 0.24rem;
	color: #282828;
	line-height: 4;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text_mk ul li:hover a {
	color: #ca1d1d;
}
.news_text_mk ul li span {
	float: right;
	color: #838383;
	white-space: nowrap;
	margin-left: auto;
	font-size: 0.24rem;
}
.news_text_mk ul li:hover span {
	color: #ca1d1d;
}
.news_text_mk ul li:nth-child(5n) {
	margin-bottom: 10px;
	border-bottom: 2px #ebebeb solid;
	height: 75px;
}
/*图片新闻文字列表css*/
.news_img {
	width: 35%;
	overflow: hidden;
}
.news_img .price {
	background: url(/uiFramework/commonResource/image/2024111414234556463.jpg) no-repeat;
	display: block;
	height: 4rem;
	width: 6rem;
	background-size: cover;
}
.news_img img {
	width: 6rem;
	transition: all 0.6s ease;
	font-size: 0;
}
.news_img img:hover {
	transform: scale(1.05);
}
.news_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.news_text {
	width: 60%;
}
.news_text h1 a {
	font-size: 0.36rem;
	font-weight: 600;
	color: #333333;
}
.news_text span {
	display: block;
	padding: 20px 0;
	color: #333333;
	font-size: 0.24rem;
}
.news_text p {
	color: #666666;
	line-height: 200%;
	text-align: justify;
	margin-top: 15px;
	font-size: 0.25rem;
}
.news_text:hover h1 a {
	color: #01479d;
}
/*二级文字样式*/
.text_con {
	width: 90%;
	margin: 0 auto;
}
.text_con p {
	font-size: 16px;
	line-height: 200%;
}
.text_con p a {
	font-size: inherit;
}
.text_con p {
	font-size: 16px;
	line-height: 2.5;
	min-height: 32px;
	text-align: justify;
}
.text_con p strong {
	font-size: 100%;
	color: currentColor;
}
.text_con table {
	width: 100%;
}
.text_con table td p {
	padding-left: 10px;
}
.text_con table tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.text_con table tr:nth-child(even) {
	background-color: #ffffff;
}
.text_con table tr td {
padding: .3rem .2rem;
font-size: .26rem;
	ine-height: 2;
}
.text_con table tr td strong {
	font-size: initial;
}
/*分页*/
.easysite_pages {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 0;
}
.easysite-page-wrap1 span {
	display: flex;
}
.easysite-total-page {
	display: initial;
}
.easysite-page-wrap {
	line-height: 40px;
	border: 1px solid #cfdce5;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 14px;
	color: #484848;
	padding: 0 15px;
	margin-top: 0;
font-size:.23rem;
}
.easysite-page-wrap a {
font-size:.23rem;
}
.NormalRed {
	background: #e02020;
	border: 1px solid #e02020;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 14px;
	color: #fff;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.pagingNormal {
	border: 1px solid #cfdce5;
	color: #484848;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 14px;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
 @media screen and (max-width:768px) {
.nav_ul {
	display: none !important
}
.con_tl {
	box-shadow: none;
	padding: 0;
}
.news_list {
	display: block;
}
.news_img {
	width: 100%;
}
.news_text {
	width: 100%;
}
.news_text h1 a {
	font-size: 18px;
	display: block;
	padding-top: 20px;
}
.easysite_pages {
	display: block;
	padding: 20px 0;
}
.easysite-page-wrap {
	width: 70%;
	margin: 20px auto;
	text-align: center;
}
.easysite-total-page {
	display: block;
}
.easysite-page-wrap1 span {
	justify-content: center;
}
.easysite_pages .easysite-page-wrap:nth-child(2) {
	display: none;
}
.easysite_pages .easysite-page-wrap:nth-child(5) {
	display: none;
}
.dqwz, .dqwz a {
	font-size: 0.75rem
}
.news_text span {
	padding: 10px 0;
	font-size: 0.75rem;
}
.news_text p {
	line-height: 1.3;
	margin-top: 0px;
	font-size: 0.75rem;
}
.news_img img {
	width: 100%;
	height: auto
}
}